ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BarCartesianPlotView<TOwnerView> Class / _getWidth Method

In This Topic
    _getWidth Method (_BarCartesianPlotView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getWidth( _
       ByVal clusterCount As Double, _
       ByVal barWidth As Double _
    ) As Nullable(Of Double)
    public Nullable<double> _getWidth( 
       double clusterCount,
       double barWidth
    )

    Parameters

    clusterCount
    barWidth
    See Also